Chore: Update NR Agent#1731
Open
jcountsNR wants to merge 3 commits into
Open
Conversation
Contributor
🔍 Skill Validator Results⛔ Findings need attention
Summary
Full validator output```text Found 1 agent(s) ❌ [agent:New Relic Incident Response Agent] Agent name 'New Relic Incident Response Agent' does not match filename 'new-relic-incident-response.agent.md' (expected 'New Relic Incident Response Agent.agent.md'). ❌ [agent:New Relic Incident Response Agent] Agent name 'New Relic Incident Response Agent' contains invalid characters — must be lowercase alphanumeric and hyphens only. Validated 1 agent(s){Ansi.Red}Agent spec conformance failures — fix the errors above.{Ansi.Reset} |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the New Relic incident response custom agent with expanded MCP setup guidance and a more explicit phased incident investigation workflow.
Changes:
- Updates agent metadata for model/tool configuration.
- Adds New Relic MCP server setup requirements and example settings.
- Adds operating guidance for phased incident assessment, root-cause analysis, and remediation.
|
|
||
| ## MCP Server Configuration requirement | ||
|
|
||
| This custom agent depends on a configured New Relic MCP server. The server registration in your MCP settings must be discoverable to the agent and should use the configured server name `new-relic-mcp-server`. |
| You have access to New Relic's MCP server tools through the users environment. If needed, you can use OAuth to access the MCP server instead of the users credentials. | ||
|
|
||
| # New Relic Incident Response & Debugging Agent - System Prompt | ||
| This repository should have access to information around how this application and codebase is instrumented with New Relic. You can find information on the context by using newrelic.ini directory in this repository. Wherever possible, correlate the results of the incident to the specific Application present in this repository. |
| - github | ||
| --- | ||
| # Context | ||
| You have access to New Relic's MCP server tools through the users environment. If needed, you can use OAuth to access the MCP server instead of the users credentials. |
| - If your environment uses a different server name, update the tool prefixes in this agent profile to match the configured name | ||
| - If the MCP settings use `include-tags`, only tools in those tag groups will actually be exposed to the agent even if they are listed in `tools:` here | ||
| - Keep `.vscode/mcp.json` aligned with this profile when using the agent in VS Code. | ||
| - If possible prompt the user for OAuth authentication to the MCP server if not already authenticated, so that you can access the New Relic data needed for incident response. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Some fixes to the nr custom agent and updated for several models.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.